home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / setup / vbnet / 26 web services / advancedwsclient / advancedwsclient.vbproj < prev    next >
Encoding:
Text File  |  2002-03-01  |  5.6 KB  |  149 lines

  1. <VisualStudioProject>
  2.     <VisualBasic
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9466"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{28881AC1-BD64-49E8-B6B6-B83C7BE4BE76}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "AdvancedWebServices"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 AssemblyOriginatorKeyMode = "None"
  15.                 DefaultClientScript = "JScript"
  16.                 DefaultHTMLPageLayout = "Grid"
  17.                 DefaultTargetSchema = "IE50"
  18.                 DelaySign = "false"
  19.                 OutputType = "WinExe"
  20.                 OptionCompare = "Binary"
  21.                 OptionExplicit = "On"
  22.                 OptionStrict = "Off"
  23.                 RootNamespace = "AdvancedWebServices"
  24.                 StartupObject = "AdvancedWebServices.Form1"
  25.             >
  26.                 <Config
  27.                     Name = "Debug"
  28.                     BaseAddress = "285212672"
  29.                     ConfigurationOverrideFile = ""
  30.                     DefineConstants = ""
  31.                     DefineDebug = "true"
  32.                     DefineTrace = "true"
  33.                     DebugSymbols = "true"
  34.                     IncrementalBuild = "true"
  35.                     Optimize = "false"
  36.                     OutputPath = "bin\"
  37.                     RegisterForComInterop = "false"
  38.                     RemoveIntegerChecks = "false"
  39.                     TreatWarningsAsErrors = "false"
  40.                     WarningLevel = "1"
  41.                 />
  42.                 <Config
  43.                     Name = "Release"
  44.                     BaseAddress = "285212672"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = ""
  47.                     DefineDebug = "false"
  48.                     DefineTrace = "true"
  49.                     DebugSymbols = "false"
  50.                     IncrementalBuild = "false"
  51.                     Optimize = "true"
  52.                     OutputPath = "bin\"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "1"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                 />
  64.                 <Reference
  65.                     Name = "System.Data"
  66.                     AssemblyName = "System.Data"
  67.                 />
  68.                 <Reference
  69.                     Name = "System.Drawing"
  70.                     AssemblyName = "System.Drawing"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Windows.Forms"
  74.                     AssemblyName = "System.Windows.Forms"
  75.                 />
  76.                 <Reference
  77.                     Name = "System.XML"
  78.                     AssemblyName = "System.Xml"
  79.                 />
  80.                 <Reference
  81.                     Name = "System.Web.Services"
  82.                     AssemblyName = "System.Web.Services"
  83.                     HintPath = "E:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Web.Services.dll"
  84.                 />
  85.             </References>
  86.             <Imports>
  87.                 <Import Namespace = "Microsoft.VisualBasic" />
  88.                 <Import Namespace = "System" />
  89.                 <Import Namespace = "System.Collections" />
  90.                 <Import Namespace = "System.Data" />
  91.                 <Import Namespace = "System.Drawing" />
  92.                 <Import Namespace = "System.Diagnostics" />
  93.                 <Import Namespace = "System.Windows.Forms" />
  94.             </Imports>
  95.         </Build>
  96.         <Files>
  97.             <Include>
  98.                 <File
  99.                     RelPath = "AssemblyInfo.vb"
  100.                     SubType = "Code"
  101.                     BuildAction = "Compile"
  102.                 />
  103.                 <File
  104.                     RelPath = "Form1.vb"
  105.                     SubType = "Form"
  106.                     BuildAction = "Compile"
  107.                 />
  108.                 <File
  109.                     RelPath = "Form1.resx"
  110.                     DependentUpon = "Form1.vb"
  111.                     BuildAction = "EmbeddedResource"
  112.                 />
  113.                 <File
  114.                     RelPath = "Web References\localhost\Reference.map"
  115.                     BuildAction = "None"
  116.                     Generator = "MSDiscoCodeGenerator"
  117.                     LastGenOutput = "Reference.vb"
  118.                 />
  119.                 <File
  120.                     RelPath = "Web References\localhost\Reference.vb"
  121.                     DependentUpon = "Reference.map"
  122.                     SubType = "code"
  123.                     BuildAction = "Compile"
  124.                     DesignTime = "True"
  125.                     AutoGen = "True"
  126.                 />
  127.                 <File
  128.                     RelPath = "Web References\localhost\sampleservice.disco"
  129.                     BuildAction = "None"
  130.                 />
  131.                 <File
  132.                     RelPath = "Web References\localhost\sampleservice.wsdl"
  133.                     BuildAction = "None"
  134.                 />
  135.                 <Folder
  136.                     RelPath = "Web References\localhost\"
  137.                     WebReferenceUrl = "http://localhost/advancedws/sampleservice.asmx"
  138.                     UrlBehavior = "Static"
  139.                 />
  140.                 <Folder
  141.                     RelPath = "Web References\"
  142.                     WebReferences = "TRUE"
  143.                 />
  144.             </Include>
  145.         </Files>
  146.     </VisualBasic>
  147. </VisualStudioProject>
  148.  
  149.